CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 神经网络 异或

搜索资源列表

  1. 广义异或bp算法

    0下载:
  2. 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15954
    • 提供者:刘波
  1. 广义异或集成神经网络算法

    0下载:
  2. 本程序用C语言实现了集成神经网络解决广义异或问题。用神经网络集成方法做成表决网,可克服初始权值的影响,对神经网络分类器来说:假设有N个独立的子网,采用绝对多数投票法,再假设每个子网以1-p的概率给出正确结果,且网络之间的错误不相关,则表决系统发生错误的概率为 Perr = ( ) pk(1-p)N-k 当p<1/2时 Perr 随N增大而单调递减. 在工程化设计中,先设计并训练数目较多的子网,然后从中选取少量最佳子网形成表决系统,可以达到任意高的泛化能力。 -this pro
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13315
    • 提供者:刘波
  1. bp神经网络解决异或问题

    0下载:
  2. BP神经网络解决异或问题-BP neural network or problems to solve differences
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:53229
    • 提供者:tu
  1. BP网络解决异或问题

    0下载:
  2. 这是一种利用bp神经网络来解决异或问题的算法.-bp using neural networks to solve the problems or differences algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:68266
    • 提供者:王立
  1. BP_XOR三层BP人工神经网络解决异或问题

    1下载:
  2. 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-01-11
    • 文件大小:1298
    • 提供者:testsb
  1. 利用bp神经网络实现异或分类问题

    4下载:
  2. 在matlab环境下,利用bp神经网络实现异或分类问题,In the matlab environment, the use of bp neural network XOR classification problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-09-16
    • 文件大小:1065
    • 提供者:王渝
  1. per_xor

    1下载:
  2. 使用两层感知器网络解决异或问题,简单的神经网络程序,希望和大家讨论。-This is a simple neural network program. i d like to have a discuss with these who are intrested in the field.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:563
    • 提供者:李鹏
  1. BP_XOR

    0下载:
  2. 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1298
    • 提供者:yaozi
  1. bpnet

    0下载:
  2. 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:35275
    • 提供者:
  1. Bp_net

    0下载:
  2. 测试神经网络异或问题,只是一个很小的程序,希望大家能多多指教。-Testing neural network XOR problem, only a small fraction of the procedure, I hope we can all the exhibitions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:42036
    • 提供者:罗瑞
  1. bpnet2

    0下载:
  2. 神经网络异或算法(一个隐含层),可以自动修改偏量、输入值和迭代次数-XOR algorithm neural network (one hidden layer), can be automatically modified offset, enter the value and number of iterations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:339698
    • 提供者:小小
  1. yihuo

    0下载:
  2. 用神经网络中的BP网络来解决“异或问题”,异或函数在两个输入不等的情况下输出1,相等的情况输出0。-BP neural network with the network to solve the " exclusive-OR problem," the two input exclusive-OR function in the case of output ranging from 1, equal to the output of 0.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:986
    • 提供者:zhangjin
  1. XOR

    0下载:
  2. VC++实现BP前向神经网络异或算法,(非常好)-VC++ to achieve BP XOR forward neural network algorithm (very good)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:98821
    • 提供者:肖坤
  1. xorbp

    1下载:
  2. matlab语言编写的基于BP神经网络的异或问题分类-matlab language BP neural network based on the XOR problem classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-08
    • 文件大小:1024
    • 提供者:gaohainan
  1. OR

    0下载:
  2. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1273
    • 提供者:
  1. the-realizati-of-neural-network-

    0下载:
  2. 使用c语言实现神经网络异或的功能、源程序比较简洁-c language differences or neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4723
    • 提供者:deng
  1. BP

    0下载:
  2. BP神经网络异或问题 使用说明:打开文件夹中的BP.m文件,在matlab中运行此m文件,即可在command window中得出结果。压缩包内附说明文件-XOR problem of the BP neural network for use: Open the folder in BP.m file, run this m file in matlab to the outcome of the command window. Compression package containing t
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:22558
    • 提供者:王浩
  1. NN_Task1

    0下载:
  2. bp 神经网络 异或 用c++ 来编程实现神经网络的异或问题-bp matlab xor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1528
    • 提供者:尹纯源
  1. bpNetWork

    1下载:
  2. BP神经网络C++实现,异或学习为例。层数及每层节点数可设定。(BP neural network C++ implementation, XOR learning as an example. The number of layers and the number of nodes per layer can be set.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:cp_ebook
  1. yihuo

    0下载:
  2. 实现神经网络异或划分,,同时使用横线划分(Implement neural network XOR division ,, use horizontal partitioning)
  3. 所属分类:其他

« 12 3 4 5 6 »
搜珍网 www.dssz.com